home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 3.2
/
Ham Radio Version 3.2 (Chestnut CD-ROMs)(1993).ISO
/
exam
/
g1emmnos
/
rewrite
< prev
next >
Wrap
Text File
|
1990-04-30
|
604b
|
22 lines
# Read the rewrite file for lines where the first word is a regular
# expression and the second word are rewriting rules. The special
# character '$' followed by a digit denotes the string that matched
# a '*' character. The '*' characters are numbered from 1 to 9.
# Example: the line "*@*.* $2@$1.ampr.org" would rewrite the address
# "foo@bar.xxx" to "bar@foo.ampr.org".
#
*@g1emm.ampr.org $1
*@g1emm.ampr $1
*@g1emm $1
#
*!*!*!*!*!*!* $7%$6@$5@$4@$3@$2@$1
*!*!*!*!*!* $6%$5@$4@$3@$2@$1
*!*!*!*!* $5%$4@$3@$2@$1
*!*!*!* $4%$3@$2@$1
*!*!* $3%$2@$1
*!* $2@$1
!* $1 r
#
# The End
#